home *** CD-ROM | disk | FTP | other *** search
Text File | 1987-06-28 | 2.8 KB | 91 lines | [TEXT/EDIT] |
-
-
- Red Ryder Host Survey Problems.......
-
-
- After pulling my hair out and running the commands in every way possible
- this is my conclusions for Commands 6, 7, & 18
-
-
- COMMAND 6 from Red Ryder Host Docs...
-
- Append entire scratch file to end of the responses file, then clear
- out the scratch file.
-
- IT SHOULD READ.....
-
- Appends the scratch file to the end of the responses file, stops
- execution of the Survey File, and returns to the last Red Ryder Host
- Menu.
-
- HOW TO USE.....
-
- Last command entry of the survey file, saves the scratch to the
- responses file, stops execution of the Survey File, and returns to
- the last Red Ryder Host Menu. I use it when everything goes correct
- and they respond to a survey question if they are satisfied with
- their answers to the questions and answer yes. Use command 6 to save
- the answers in scratch to the responses and quit.
-
- COMMAND 7 from Red Ryder Host Docs....
-
- Stop Execution of the Survey File and return to the last Red Ryder
- Host Menu.
-
- It SHOULD WORK AS STATED......
-
- HOW TO USE.....
-
- Last command entry of the survey file, DOES NOT SAVE the scratch
- file, and returns to the last Red Ryder Host Menu. Same as command 6
- without the scratch being saved. I use it when the survey is a
- question if they are satisfied with their answers or want to quit, and
- they respond to quit. In the example of a Validation Survey you don't
- want their responses added to you validation list, so you jump to a
- command 7 and dump the scratch file and quit.
-
- COMMAND 18 from Red Ryder Host Modifications version 1.3
-
- New survey file command which functions exactly as command #7 except
- that the Red Ryder Host menu specified in text will be executed next.
-
- IT SHOULD READ.....
-
- Stops execution of the Survey file and return to the Red Ryder Host
- Menu specified in text.
-
- HOW TO USE.....
-
- Last command entry of the survey file, DOES NOT SAVE the scratch
- file, and returns to the Red Ryder Host Menu specified in the text line
- of this command. Example:
-
- COMMENT **Get out of here**
- NAME GETOUT
- TYPE 18
- TEXT Hard Disk:BBS:NewUsersMenu
- LENGTH 0
- BRANCH NIL (Carriage return to next line EOF)
-
- Final notes....
-
- Command 6, 7, & 18 all stop execution of the survey file.
-
- Command 6 saves the scratch file and will display to the caller
- or in local the text....Saving your replies...one moment please.
-
- Command 7 and 18 DO NOT SAVE the scratch.
-
- Command 18 needs the "Volume:Filename" of the menu jumping to.
-
- The last command entry needs a carriage return from the branch line
- or the last command will not be executed.
-
- The survey is case sensative.
-
-
-
- I hope this helps you save
- some time with surveys.
-
-